home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_17 / PlaceObject2_246_100 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  282 b   |  17 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.oiseau.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root.oiseau_dialogue")
  5.       {
  6.          gotoAndStop(2);
  7.       }
  8.    }
  9.    else
  10.    {
  11.       tellTarget("_root.oiseau_dialogue")
  12.       {
  13.          gotoAndStop(1);
  14.       }
  15.    }
  16. }
  17.